Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parallelism to sync #731

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Conversation

larfeq
Copy link
Collaborator

@larfeq larfeq commented Dec 5, 2024

  • New feature
  • Bug fix
  • High impact

Description of work:

The sync took too long, I've added parallelism to the two main loops fetching and building data. Set the number of threads to 2 which should double the amount of work being done, ish...

Testing:

  • Can be tested
  • Automatic tests created / updated
  • Local tests are passing

Checklist:

  • Considered automated tests
  • Considered updating specification / documentation
  • Considered work items
  • Considered security
  • Performed developer testing
  • Checklist finalized / ready for review

@larfeq larfeq requested a review from Jonathanio123 December 5, 2024 10:39
@larfeq larfeq marked this pull request as ready for review December 5, 2024 11:43
@larfeq larfeq force-pushed the chore/summary/add-parallelism-to-sync branch from 9e97f10 to 2cd5a47 Compare December 5, 2024 13:40
@larfeq larfeq merged commit 2ec663d into master Dec 5, 2024
11 checks passed
@larfeq larfeq deleted the chore/summary/add-parallelism-to-sync branch December 5, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants